home *** CD-ROM | disk | FTP | other *** search
- /* ***** BEGIN LICENSE BLOCK *****
- * Version: MPL 1.1
- *
- * The contents of this file are subject to the Mozilla Public License Version
- * 1.1 (the "License"); you may not use this file except in compliance with
- * the License. You may obtain a copy of the License at
- * http://www.mozilla.org/MPL/
- *
- * Software distributed under the License is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
- * for the specific language governing rights and limitations under the
- * License.
- *
- * The Original Code is Adblock Plus Element Hiding Helper.
- *
- * The Initial Developer of the Original Code is
- * Wladimir Palant.
- * Portions created by the Initial Developer are Copyright (C) 2006-2009
- * the Initial Developer. All Rights Reserved.
- *
- * Contributor(s):
- *
- * ***** END LICENSE BLOCK ***** */
-
- @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
-
- #ehh-helpbox, #ehh-commandlabel, #ehh-viewsource
- {
- margin: 10px;
- padding: 5px;
- }
-
- #ehh-helpbox .key
- {
- font-weight: bold;
- margin-right: 10px;
- }
-
- #ehh-helpbox-title
- {
- font-size: 130%;
- margin-bottom: 10px;
- }
-
- #ehh-commandlabel
- {
- font-size: 200%;
- }
-
- #ehh-commandlabel-key
- {
- font-weight: bold;
- }
-
- #ehh-viewsource description,
- #ehh-viewsource hbox,
- #ehh-viewsource vbox
- {
- margin: 0px;
- }
-
- #ehh-viewsource .elementBox
- {
- border: 1px solid #CCCCCC;
- margin: 5px;
- }
-
- #ehh-viewsource .text,
- #ehh-viewsource .cdata,
- #ehh-viewsource .comment
- {
- margin: 0px 5px;
- }
-
- #ehh-viewsource .tagName
- {
- font-weight: bold;
- color: #FF0000;
- }
-
- #ehh-viewsource .attrName
- {
- margin-left: 5px;
- color: #00FF00;
- }
-
- #ehh-viewsource .attrValue
- {
- color: #0000FF;
- }
-
- #ehh-viewsource .comment
- {
- color: #808080;
- }
-